// Dense Spiral, Erlend Robaye 11-SEP-2001

Stps=720,

Aspc=1,

A0="rnd(.5) + .5",		// Determine rotation speed

B0="t * A0",

A1="rnd( 3 ) + .7",

C0="1 - s - mag(s) * .5",  		// radius
C1="s * 18.8495",		// angle + b0

X0="C0 * cos( c1 + B0)",
Y0="C0 * sin( c1 + b0)",

Pen="C1",

LWdt="a1",

ConB=0,

Vers=100

